[root]
name = "cargo"
-version = "0.23.0"
+version = "0.24.0"
dependencies = [
"atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cargotest 0.1.0",
"core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "crates-io 0.12.0",
+ "crates-io 0.13.0",
"crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
name = "cargotest"
version = "0.1.0"
dependencies = [
- "cargo 0.23.0",
+ "cargo 0.24.0",
"filetime 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "crates-io"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
[package]
name = "cargo"
-version = "0.23.0"
+version = "0.24.0"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
atty = "0.2"
-crates-io = { path = "src/crates-io", version = "0.12" }
+crates-io = { path = "src/crates-io", version = "0.13" }
crossbeam = "0.3"
crypto-hash = "0.3"
curl = "0.4.6"